object HSBaseForm: THSBaseForm Left = 200 Top = 108 Width = 435 Height = 300 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object TopPanel: TPanel Left = 0 Top = 0 Width = 427 Height = 41 Align = alTop TabOrder = 0 object Label1: TLabel Left = 1 Top = 1 Width = 206 Height = 39 Align = alLeft Caption = 'Skriv titlen her' Font.Color = clNavy Font.Height = -27 Font.Name = 'Comic Sans MS' Font.Style = [fsBold, fsItalic] ParentFont = False end end object BundPanel: TPanel Left = 0 Top = 232 Width = 427 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object ExitKnap: TButton Left = 344 Top = 8 Width = 75 Height = 25 Caption = 'Luk' TabOrder = 0 OnClick = ExitKnapClick end end end